%%PageItemTitle%%

Compare .NET Objects

T
The comparison object type.
Compare .NET Objects
LogicEqualityComparer<T> Class
Members  See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace : LogicEqualityComparer<T> Class


Glossary Item Box

Implements methods to support the comparison of objects for equality, in a customizable fashion.

Object Model

LogicEqualityComparer<T> Class

Syntax

Visual Basic (Declaration) 
Public Class LogicEqualityComparer(Of T) 
Visual Basic (Usage)Copy Code
Dim instance As LogicEqualityComparer(Of T)
C# 
public class LogicEqualityComparer<T> 
Managed Extensions for C++ 
public __gc class LogicEqualityComparer<T> 

Type Parameters

T
The comparison object type.

Inheritance Hierarchy

System.Object
   KellermanSoftware.CompareNetObjects.LogicEqualityComparer<T>
      KellermanSoftware.CompareNetObjects.LogicEqualityComparer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.